Method GetDescendantsAsync<TProps>(IRedbObject, IRedbUser, int?)

Assembly: redb.Core.dll

Get all object descendants with explicit user (uses config.DefaultCheckPermissionsOnLoad).

public Task<IEnumerable<TreeRedbObject<TProps>>> GetDescendantsAsync<TProps>(IRedbObject parentObj, IRedbUser user, int? maxDepth = null) where TProps : class, new()